webextensions.api.storage.session - setAccessLevel doesn't seem to be actually supported #26694
Labels
data:webext
Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions
p1
Highest priority – Should be addressed in the next few releases.
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
The compatibility table for
storage.session
states thatsetAccessLevel
is supported by Firefox.However the detailed page for
setAccessLevel
states otherwise. From what I tested, the detail page seems to be right:setAccessLevel
is not supported by Firefox.What browsers does this problem apply to, if applicable?
Firefox
What did you expect to see?
Both pages should show
setAccessLevel
as "not supported" by Firefox.Did you test this? If so, how?
Tested with an extension in Firefox 138. The background script can access
browser.storage.session
, butbrowser.storage.session.setAccessLevel
isundefined
.Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
See issue description.
Do you have anything more you want to share?
MDN URL
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/session
MDN metadata
MDN page report details
webextensions.api.storage.session
The text was updated successfully, but these errors were encountered: